home *** CD-ROM | disk | FTP | other *** search
- *******************************************************************************
- * FILE: Animsql.qbe
- *
- * WRITTEN BY: Borland Samples Group
- *
- * DATE: 5/95
- *
- * UPDATED:
- *
- * VERSION: Voyager
- *
- * DESCRIPTION: Local SQL query file for Animals.wfm. You can change
- * Animals.wfm to use this file for its view, and the results
- * will be exactly the same using this or the Animals.qbe
- * dBASE query.
- *
- * USAGE: (Modify Animals.wfm -- change the form constructor)
- * form.view = "Animsql.qbe"
- *
- *******************************************************************************
- CLOSE DATABASES
- SET EXACT ON
- SELECT 1
- SELECT * FROM ANIMALS ORDER BY NAME ALIAS ANIMALS_SQL
- GO TOP
-